Searched refs:pos_t (Results 1 – 5 of 5) sorted by relevance
| /dragonfly/usr.bin/vi/ |
| HD | vi_extern.h | 130 int vs_sm_fill(SCR *, recno_t, pos_t); 137 int vs_sm_position(SCR *, MARK *, u_long, pos_t);
|
| /dragonfly/contrib/nvi2/vi/ |
| HD | vi.h | 370 typedef enum { P_BOTTOM, P_FILL, P_MIDDLE, P_TOP } pos_t; typedef
|
| HD | vs_smap.c | 173 vs_sm_fill(SCR *sp, recno_t lno, pos_t pos) in vs_sm_fill() 1136 vs_sm_position(SCR *sp, MARK *rp, u_long cnt, pos_t pos) in vs_sm_position()
|
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | genautomata.c | 128 typedef int pos_t; typedef 208 static pos_t no_pos = 0; 517 pos_t pos; 600 pos_t pos; 1141 check_name (const char * name, pos_t pos ATTRIBUTE_UNUSED) in check_name() 2068 process_excls (char **names, int num, pos_t excl_pos ATTRIBUTE_UNUSED) in process_excls() 2107 pos_t excl_pos ATTRIBUTE_UNUSED) in add_excls() 2155 pos_t req_pos ATTRIBUTE_UNUSED, in process_presence_absence_names() 2207 pos_t req_pos ATTRIBUTE_UNUSED, in process_presence_absence_patterns() 2280 pos_t req_pos ATTRIBUTE_UNUSED, in add_presence_absence() [all …]
|
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | genautomata.c | 125 typedef int pos_t; typedef 205 static pos_t no_pos = 0; 502 pos_t pos; 585 pos_t pos; 1126 check_name (const char * name, pos_t pos ATTRIBUTE_UNUSED) in check_name() 2064 process_excls (char **names, int num, pos_t excl_pos ATTRIBUTE_UNUSED) in process_excls() 2103 pos_t excl_pos ATTRIBUTE_UNUSED) in add_excls() 2151 pos_t req_pos ATTRIBUTE_UNUSED, in process_presence_absence_names() 2203 pos_t req_pos ATTRIBUTE_UNUSED, in process_presence_absence_patterns() 2276 pos_t req_pos ATTRIBUTE_UNUSED, in add_presence_absence() [all …]
|