Home | Sort by: relevance | last modified time | path |
/src/sys/arch/hpcsh/hpcsh/ | |
debug.c | 67 int hline = bootinfo->fb_width; local in function:__dbg_heart_beat 72 if (++intr_state_rgb16->cnt > hline) |
/src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif/ | |
cl0046.h | 29 __u16 hline; member in struct:nv04_disp_scanoutpos_v0 |
cl5070.h | 28 __u16 hline; member in struct:nv50_disp_scanoutpos_v0 |
/src/lib/libcurses/ | |
line.c | 43 * hline -- 47 hline(chtype ch, int count) function in typeref:typename:int |
/src/bin/ksh/ | |
history.c | 704 char hline[LINE + 1]; local in function:hist_init 709 nread = fread(hline, 1, LINE, fh); 712 hline[nread] = '\0'; 714 end = strchr(hline + pos, 0); /* will always succeed */ 716 histappend(hline + pos, 0); 719 histsave(0, hline + pos, 0); 721 pos = end - hline + 1; 722 contin = end == &hline[nread]; |