Home
last modified time | relevance | path

Searched defs:GL_OK (Results 1 – 4 of 4) sorted by relevance

/dports/ftp/ncftp3/ncftp-3.2.6/ncftp/
H A Dgl_getline.h34 #define GL_OK 0 /* Valid line of input entered */ macro
/dports/databases/db5/db-5.3.28/examples/c/csv/
H A Dload.c13 typedef enum { GL_OK, GL_EOF, GL_FAIL } getline_status; enumerator
/dports/databases/db18/db-18.1.40/examples/c/csv/
H A Dload.c13 typedef enum { GL_OK, GL_EOF, GL_FAIL } getline_status; enumerator
/dports/games/blockout/BL_SRC/BlockOut/GLApp/
H A DGLApp.h13 #define GL_OK 1 macro