Home
last modified time | relevance | path

Searched refs:BUFFER_POS (Results 1 – 4 of 4) sorted by relevance

/dports/lang/yap/yap-6.2.2/library/lammpi/
H A Dprologterms2c.c137 …,__LINE__,"p2c_putc:buffer expanded: size=%u pos=%u len=%u\n",BUFFER_SIZE,BUFFER_POS,BUFFER_LEN); in p2c_putc()
148 if( BUFFER_POS < BUFFER_LEN ) in p2c_getc()
149 return BUFFER_PTR[BUFFER_POS++]; in p2c_getc()
231 BUFFER_POS=0; in string2term()
243 …E__,"ending: buffer(ptr=%p;size=%d;pos=%d;len=%d)\n",BUFFER_PTR,BUFFER_SIZE,BUFFER_POS,BUFFER_LEN); in string2term()
H A Dprologterms2c.h81 #define BUFFER_POS buffer.pos macro
/dports/editors/emacs-devel/emacs-4d1968b/lib-src/
H A Debrowse.c393 #define BUFFER_POS() (in - inbuffer) macro
1431 int pos = BUFFER_POS (); in process_pp_line()
2487 if (info_position >= 0 && BUFFER_POS () <= info_position) in print_info()
2607 pos = BUFFER_POS (); in member()
2687 pos = BUFFER_POS (); in member()
2707 pos = BUFFER_POS (); in member()
3035 current->pos = BUFFER_POS (); in class_definition()
3128 int pos = BUFFER_POS (); in add_declarator()
3145 int pos = BUFFER_POS (); in add_declarator()
3261 pos = BUFFER_POS (); in declaration()
[all …]
/dports/editors/emacs/emacs-27.2/lib-src/
H A Debrowse.c393 #define BUFFER_POS() (in - inbuffer) macro
1431 int pos = BUFFER_POS (); in process_pp_line()
2487 if (info_position >= 0 && BUFFER_POS () <= info_position) in print_info()
2607 pos = BUFFER_POS (); in member()
2687 pos = BUFFER_POS (); in member()
2707 pos = BUFFER_POS (); in member()
3035 current->pos = BUFFER_POS (); in class_definition()
3128 int pos = BUFFER_POS (); in add_declarator()
3145 int pos = BUFFER_POS (); in add_declarator()
3261 pos = BUFFER_POS (); in declaration()
[all …]