Home
last modified time | relevance | path

Searched refs:other_flags (Results 1 – 2 of 2) sorted by relevance

/original-bsd/usr.bin/pascal/src/
H A Dp2put.c226 putRV( name , level , offset , other_flags , type ) in putRV() argument
230 char other_flags;
238 if ( other_flags & NREGVAR ) {
245 if ( whereis( offset , other_flags ) == GLOBALVAR ) {
259 putLV( name , level , offset , other_flags , type );
269 putLV( name , level , offset , other_flags , type ) in putLV() argument
273 char other_flags;
281 if ( other_flags & NREGVAR ) {
284 switch ( whereis( offset , other_flags ) ) {
H A Dclas.c251 whereis( offset , other_flags ) in whereis() argument
253 char other_flags;
260 switch ( other_flags & ( NGLOBAL | NPARAM | NLOCAL | NNLOCAL) ) {