Eneboo - Documentación para desarrolladores
|
#include <sys/param.h>
#include <sys/types.h>
#include <stddef.h>
#include <string.h>
#include <termios.h>
#include "extern.h"
Clases | |
struct | modes |
'defines' | |
#define | CHK(s) (*name == s[0] && !strcmp(name, s)) |
Funciones | |
int | msearch (char ***argvp, struct info *ip) |
Variables | |
struct modes | cmodes [] |
struct modes | imodes [] |
struct modes | lmodes [] |
struct modes | omodes [] |
{ { "opost", OPOST, 0 }, { "-opost", 0, OPOST }, { "litout", 0, OPOST }, { "-litout", OPOST, 0 }, { "ocrnl", OCRNL, 0 }, { "-ocrnl", 0, OCRNL }, { "olcuc", OLCUC, 0 }, { "-olcuc", 0, OLCUC }, { "onlcr", ONLCR, 0 }, { "-onlcr", 0, ONLCR }, { "onlret", ONLRET, 0 }, { "-onlret", 0, ONLRET }, { "onocr", ONOCR, 0 }, { "-onocr", 0, ONOCR }, { "tabs", 0, XTABS }, { "-tabs", XTABS, 0 }, { "oxtabs", XTABS, 0 }, { "-oxtabs", 0, XTABS }, { NULL }, }