Searched refs:pos_t (Results 1 – 5 of 5) sorted by relevance
| /openbsd/src/usr.bin/vi/include/ |
| D | vi_extern.h | 130 int vs_sm_fill(SCR *, recno_t, pos_t); 137 int vs_sm_position(SCR *, MARK *, u_long, pos_t);
|
| /openbsd/src/usr.bin/vi/vi/ |
| D | vi.h | 363 typedef enum { P_BOTTOM, P_FILL, P_MIDDLE, P_TOP } pos_t; typedef
|
| D | vs_smap.c | 170 vs_sm_fill(SCR *sp, recno_t lno, pos_t pos) in vs_sm_fill() 1109 vs_sm_position(SCR *sp, MARK *rp, u_long cnt, pos_t pos) in vs_sm_position()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | genautomata.c | 121 typedef int pos_t; typedef 212 static char *check_name PARAMS ((char *, pos_t)); 248 static unit_set_el_t process_excls PARAMS ((char **, int, pos_t)); 250 pos_t)); 252 PARAMS ((char **, int, pos_t, int)); 254 pos_t, int)); 514 static pos_t no_pos = 0; 867 pos_t pos; 950 pos_t pos; 1484 pos_t pos ATTRIBUTE_UNUSED; [all …]
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | genautomata.c | 124 typedef int pos_t; typedef 199 static pos_t no_pos = 0; 496 pos_t pos; 579 pos_t pos; 1119 check_name (const char * name, pos_t pos ATTRIBUTE_UNUSED) in check_name() 2040 process_excls (char **names, int num, pos_t excl_pos ATTRIBUTE_UNUSED) in process_excls() 2079 pos_t excl_pos ATTRIBUTE_UNUSED) in add_excls() 2127 pos_t req_pos ATTRIBUTE_UNUSED, in process_presence_absence_names() 2179 pos_t req_pos ATTRIBUTE_UNUSED, in process_presence_absence_patterns() 2251 pos_t req_pos ATTRIBUTE_UNUSED, in add_presence_absence() [all …]
|