Home
last modified time | relevance | path

Searched defs:fsm (Results 1 – 8 of 8) sorted by relevance

/openbsd/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/pexpect/
H A DANSI.py36 def DoEmit (fsm): argument
51 def DoBackOne (fsm): argument
56 def DoBack (fsm): argument
62 def DoDownOne (fsm): argument
67 def DoDown (fsm): argument
89 def DoUpOne (fsm): argument
94 def DoUp (fsm): argument
100 def DoHome (fsm): argument
119 def DoErase (fsm): argument
168 def DoMode (fsm): argument
[all …]
H A DFSM.py277 def BeginBuildNumber (fsm): argument
280 def BuildNumber (fsm): argument
285 def EndBuildNumber (fsm): argument
289 def DoOperator (fsm): argument
301 def DoEqual (fsm): argument
304 def Error (fsm): argument
/openbsd/usr.sbin/pppd/
H A Dfsm.h66 typedef struct fsm { struct
80 struct fsm_callbacks *callbacks; /* Callback routines */ argument
83 } fsm; argument
/openbsd/usr.sbin/npppd/npppd/
H A Dfsm.h54 typedef struct fsm { struct
70 struct fsm_callbacks *callbacks; /* Callback routines */ argument
73 } fsm; argument
H A Dppp.h232 fsm fsm; member
347 fsm fsm; member
356 fsm fsm; member
/openbsd/sbin/newfs_ext2fs/
H A Dmke2fs.c761 static const struct fsm { in zap_old_sblock() struct
762 uint32_t offset; in zap_old_sblock()
763 uint32_t magic; in zap_old_sblock()
764 uint32_t mask; in zap_old_sblock()
775 const struct fsm *fsm; in zap_old_sblock() local
/openbsd/usr.bin/patch/
H A Ded.c75 int fsm; in do_ed_script() local
163 int fsm; in get_command() local
/openbsd/usr.sbin/iscsid/
H A Dconnection.c386 } fsm[] = { variable