Home
last modified time | relevance | path

Searched refs:curr_pos (Results 1 – 9 of 9) sorted by relevance

/mirbsd/src/usr.bin/less/
Dinput.c45 forw_line(curr_pos) in forw_line() argument
46 POSITION curr_pos; in forw_line()
53 if (curr_pos == NULL_POSITION)
67 prep_hilite(curr_pos, curr_pos + 3*size_linebuf,
70 if (ch_seek(curr_pos))
77 plinenum(curr_pos);
78 (void) ch_seek(curr_pos);
164 back_line(curr_pos) in back_line() argument
165 POSITION curr_pos; in back_line()
171 if (curr_pos == NULL_POSITION || curr_pos <= ch_zero())
[all …]
Dline.c813 forw_raw_line(curr_pos, linep) in forw_raw_line() argument
814 POSITION curr_pos; in forw_raw_line()
821 if (curr_pos == NULL_POSITION || ch_seek(curr_pos) ||
859 back_raw_line(curr_pos, linep) in back_raw_line() argument
860 POSITION curr_pos; in back_raw_line()
867 if (curr_pos == NULL_POSITION || curr_pos <= ch_zero() ||
868 ch_seek(curr_pos-1))
/mirbsd/src/usr.bin/xlint/lint1/
Derr.c399 fn = lbasename(curr_pos.p_file); in verror()
400 (void)printf("%s:%d: ", fn, curr_pos.p_line); in verror()
406 excerpt(&curr_pos); in verror()
419 fn = lbasename(curr_pos.p_file); in vwarning()
420 (void)printf("%s:%d: warning: ", fn, curr_pos.p_line); in vwarning()
425 excerpt(&curr_pos); in vwarning()
445 fn = lbasename(curr_pos.p_file); in lerror()
446 (void)fprintf(stderr, "%s:%d: lint error: ", fn, curr_pos.p_line); in lerror()
470 fn = lbasename(curr_pos.p_file); in message()
471 (void)printf("%s:%d: ", fn, curr_pos.p_line); in message()
[all …]
Dfunc.c817 STRUCT_ASSIGN(cstk->c_fpos, curr_pos); in for1()
863 STRUCT_ASSIGN(cpos, curr_pos); in for2()
869 STRUCT_ASSIGN(curr_pos, cstk->c_fpos); in for2()
885 STRUCT_ASSIGN(curr_pos, cpos); in for2()
1044 STRUCT_ASSIGN(cpos, curr_pos); in glclup()
1048 STRUCT_ASSIGN(curr_pos, aupos); in glclup()
1056 STRUCT_ASSIGN(curr_pos, vapos); in glclup()
1064 STRUCT_ASSIGN(curr_pos, prflpos); in glclup()
1072 STRUCT_ASSIGN(curr_pos, scflpos); in glclup()
1079 STRUCT_ASSIGN(curr_pos, cpos); in glclup()
[all …]
Ddecl.c1663 STRUCT_ASSIGN(tag->s_dpos, curr_pos); in mktag()
2811 STRUCT_ASSIGN(sym->s_spos, curr_pos); in setsflg()
2823 STRUCT_ASSIGN(sym->s_upos, curr_pos); in setuflg()
2868 STRUCT_ASSIGN(cpos, curr_pos); in chkusg1()
2882 STRUCT_ASSIGN(curr_pos, cpos); in chkusg1()
2895 STRUCT_ASSIGN(curr_pos, arg->s_dpos); in chkausg()
2928 STRUCT_ASSIGN(curr_pos, sym->s_dpos); in chkvusg()
2934 STRUCT_ASSIGN(curr_pos, sym->s_spos); in chkvusg()
2938 STRUCT_ASSIGN(curr_pos, sym->s_dpos); in chkvusg()
2975 STRUCT_ASSIGN(curr_pos, lab->s_spos); in chklusg()
[all …]
Dscan.l53 pos_t curr_pos = { 1, "" }; variable
168 curr_pos.p_line++;
169 if (curr_pos.p_file == csrc_pos.p_file)
1024 curr_pos.p_file = fnnalloc(fn, fnl); in directive()
1031 csrc_pos.p_file = curr_pos.p_file; in directive()
1032 outsrc(curr_pos.p_file); in directive()
1036 curr_pos.p_line = (int)ln - 1; in directive()
1037 if (curr_pos.p_file == csrc_pos.p_file) in directive()
1340 STRUCT_ASSIGN(sym->s_dpos, curr_pos); in getsym()
1447 STRUCT_ASSIGN(nsym->s_dpos, curr_pos); in pushdown()
Demit1.c397 outint(getfnid(curr_pos.p_file)); in outcall()
399 outint(curr_pos.p_line); in outcall()
580 outint(getfnid(curr_pos.p_file)); in outusg()
582 outint(curr_pos.p_line); in outusg()
Dexterns1.h68 extern pos_t curr_pos;
/mirbsd/src/usr.sbin/httpd/src/modules/ssl/
Dssl_scache_shmcb.c1179 unsigned int curr_pos, loop, count; in shmcb_lookup_session_id() local
1188 curr_pos = shmcb_get_safe_uint(queue->first_pos); in shmcb_lookup_session_id()
1193 loop, count, curr_pos); in shmcb_lookup_session_id()
1194 idx = shmcb_get_index(queue, curr_pos); in shmcb_lookup_session_id()
1209 "session match", curr_pos); in shmcb_lookup_session_id()
1230 curr_pos = shmcb_cyclic_increment(header->index_num, curr_pos, 1); in shmcb_lookup_session_id()
1244 unsigned int curr_pos, loop, count; in shmcb_remove_session_id() local
1262 curr_pos = shmcb_get_safe_uint(queue->first_pos); in shmcb_remove_session_id()
1267 loop, count, curr_pos); in shmcb_remove_session_id()
1268 idx = shmcb_get_index(queue, curr_pos); in shmcb_remove_session_id()
[all …]