Home
last modified time | relevance | path

Searched refs:lineindex (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/bsd/top/dist/
Ddisplay.c125 #define lineindex(l) ((l)*MAX_COLS) macro
270 bufp = &screenbuf[lineindex(curr_y) + curr_x]; in display_move()
271 colorp = &colorbuf[lineindex(curr_y) + curr_x]; in display_move()
381 bufp = &screenbuf[lineindex(y) + x]; in display_write()
382 colorp = &colorbuf[lineindex(y) + x]; in display_write()
475 p = &screenbuf[lineindex(virt_y) + virt_x]; in display_cte()
486 if (screenbuf[lineindex(y)] != '\0') in display_cte()
499 len = lineindex(virt_y) + virt_x; in display_cte()
515 p = &screenbuf[lineindex(virt_y)]; in display_cte()
/netbsd/src/external/bsd/file/dist/src/
Dapprentice.c1162 uint32_t magindex, descindex, mimeindex, lineindex; in apprentice_list() local
1179 lineindex = descindex = mimeindex = magindex; in apprentice_list()
1194 ml->magic[lineindex].lineno, in apprentice_list()