Home
last modified time | relevance | path

Searched refs:GLS (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/file/magic/Magdir/
H A Dsgi66 # GLS is OpenGL stream encoding; GLS is the successor of GLF
/freebsd/bin/ed/
H A Dio.c311 if (!(gflag & GLS)) { in put_tty_line()
374 if (gflag & GLS) in put_tty_line()
H A Dmain.c400 gflag |= GLS, ibufp++; \
590 if (display_lines(first_addr, second_addr, gflag | GLS) < 0) in exec_command()
727 sgflag ^= GPR, sgflag &= ~(GLS | GNP); in exec_command()
734 sgflag |= GLS, ibufp++; in exec_command()
H A Ded.h57 #define GLS 004 /* list after command */ macro
H A Dsub.c158 } else if ((gflag & (GPR | GLS | GNP)) && in search_and_replace()