MCPcopy Create free account

hub / github.com/alexst07/shell-plus-plus / functions

Functions1,853 in github.com/alexst07/shell-plus-plus

↓ 5 callersMethodNewWrapperFunc
src/objects/object-factory.h:359
↓ 5 callersMethodObjBool
src/objects/simple-object.cc:26
↓ 5 callersMethodObjString
src/objects/path.cc:37
↓ 5 callersMethodPushToken
src/parser/token.h:319
↓ 5 callersMethodassign
src/ast/ast.h:1321
↓ 5 callersMethodbytes
src/objects/file-size-object.h:59
↓ 5 callersMethodcmd_right
src/ast/ast.h:806
↓ 5 callersMethodcmd_str
src/ast/ast.h:856
↓ 5 callersMethoddecl
src/ast/ast-class-inl.h:57
↓ 5 callersMethodhas_block
src/ast/ast-class-inl.h:113
↓ 5 callersMethodindex_exp
src/ast/ast.h:1724
↓ 5 callersMethodinterfaces
src/ast/ast-class-inl.h:281
↓ 5 callersMethodkwargs
src/ast/ast.h:521
↓ 5 callersMethodset_value
src/objects/map-object.h:132
↓ 5 callersMethodshell_terminal
src/env-shell.h:86
↓ 4 callersMethodBaseType
src/objects/abstract-obj.h:370
↓ 4 callersFunctionCloseFileDescriptor
src/cmd-exec.cc:143
↓ 4 callersMethodCol
src/parser/token.h:148
↓ 4 callersMethodEqual
src/objects/array-object.cc:41
↓ 4 callersMethodExec
src/interpreter/assign-executor.cc:60
↓ 4 callersMethodExec
src/interpreter/stmt-executor.cc:33
↓ 4 callersFunctionExecGlob
src/utils/glob.cc:26
↓ 4 callersMethodGetIdentifier
src/ast/ast.h:1902
↓ 4 callersMethodHasNext
src/objects/obj-type.cc:46
↓ 4 callersMethodLine
src/parser/token.h:146
↓ 4 callersMethodNewIfStatement
src/ast/ast-factory-inl.h:193
↓ 4 callersMethodNewStatementList
src/ast/ast-factory-inl.h:141
↓ 4 callersMethodNext
src/objects/obj-type.cc:38
↓ 4 callersMethodObjIter
src/objects/map-object.cc:103
↓ 4 callersFunctionReadPipe
src/interpreter/cmd-executor.cc:43
↓ 4 callersMethodRegiterMethod
src/objects/obj-type.h:234
↓ 4 callersMethodRemove
src/interpreter/symbol-table.cc:404
↓ 4 callersFunctionSliceLogic
src/objects/slice-object.cc:76
↓ 4 callersMethodargsv
src/cmd-exec.cc:55
↓ 4 callersMethodarr_exp
src/ast/ast.h:1726
↓ 4 callersMethoddecl_list
src/ast/ast-class-inl.h:219
↓ 4 callersMethodelse_block
src/ast/ast.h:1203
↓ 4 callersMethodexpr
src/ast/ast.h:1042
↓ 4 callersMethodfstatic
src/ast/ast-class-inl.h:145
↓ 4 callersMethodhas_elements
src/ast/ast.h:381
↓ 4 callersMethodhas_interfaces
src/ast/ast-class-inl.h:273
↓ 4 callersMethodhas_value
src/ast/ast.h:527
↓ 4 callersMethodkey
src/ast/ast.h:324
↓ 4 callersMethodtest_list
src/ast/ast.h:1661
↓ 4 callersMethodvar
src/ast/ast.h:1363
↓ 3 callersMethodAdd
src/objects/map-object.cc:136
↓ 3 callersMethodAppend
src/objects/array-object.h:136
↓ 3 callersMethodArraySize
src/objects/array-object.h:163
↓ 3 callersMethodBitAnd
src/objects/simple-object.cc:339
↓ 3 callersMethodBitOr
src/objects/simple-object.cc:343
↓ 3 callersMethodBitXor
src/objects/simple-object.cc:347
↓ 3 callersMethodDiv
src/objects/path.cc:76
↓ 3 callersMethodDivMod
src/objects/simple-object.cc:298
↓ 3 callersMethodExec
src/cmd-entry.cc:9
↓ 3 callersMethodExecuteDeferStack
src/interpreter/scope-executor.cc:39
↓ 3 callersMethodExists
src/objects/map-object.cc:242
↓ 3 callersFunctionInstanceOf
src/objects/obj-type.cc:409
↓ 3 callersMethodIsEmpty
src/ast/ast.h:293
↓ 3 callersMethodIsVariadic
src/objects/func-object.h:84
↓ 3 callersMethodLeftShift
src/objects/simple-object.cc:306
↓ 3 callersMethodLesser
src/objects/str-object.cc:160
↓ 3 callersMethodLookupCmd
src/interpreter/symbol-table.h:217
↓ 3 callersMethodMult
src/objects/simple-object.cc:254
↓ 3 callersMethodNewArgumentsList
src/ast/ast-factory-inl.h:154
↓ 3 callersMethodNewAssignableList
src/ast/ast-factory-inl.h:339
↓ 3 callersMethodNewCmdPiece
src/ast/ast-factory-inl.h:243
↓ 3 callersMethodNewForInStatement
src/ast/ast-factory-inl.h:216
↓ 3 callersMethodNewFunctionCall
src/ast/ast-factory-inl.h:160
↓ 3 callersMethodNewImportStatement
src/ast/ast-factory-inl.h:435
↓ 3 callersMethodNewRegex
src/objects/object-factory.h:297
↓ 3 callersMethodNewReturnStatement
src/ast/ast-factory-inl.h:357
↓ 3 callersMethodNewTryCatchStatement
src/ast/ast-factory-inl.h:467
↓ 3 callersMethodNumParams
src/objects/func-object.h:68
↓ 3 callersMethodObjCmd
src/objects/path.cc:42
↓ 3 callersMethodPush
src/msg.h:166
↓ 3 callersFunctionRegisterModule
src/modules/env.h:91
↓ 3 callersMethodRightShift
src/objects/simple-object.cc:302
↓ 3 callersMethodSetCmd
src/interpreter/symbol-table.h:213
↓ 3 callersMethodSetEntryOnFunc
insert the object on the table stack of the function
src/interpreter/symbol-table.h:458
↓ 3 callersFunctionSplitFileLines
src/interpreter/interpreter.cc:272
↓ 3 callersMethodSub
src/objects/simple-object.cc:250
↓ 3 callersMethodSysTable
src/interpreter/symbol-table.h:523
↓ 3 callersFunctionTcsetpgrp
src/cmd-exec.cc:127
↓ 3 callersFunctionUnpack
src/interpreter/assign-executor.cc:363
↓ 3 callersMethodassign_kind
src/ast/ast.h:1283
↓ 3 callersMethodcmd_left
src/ast/ast.h:804
↓ 3 callersMethodcompleted
src/cmd-exec.cc:97
↓ 3 callersMethodfile_path_cmd
src/ast/ast.h:964
↓ 3 callersMethodfinally
src/ast/ast-class-inl.h:520
↓ 3 callersMethodhas_finally
src/ast/ast-class-inl.h:522
↓ 3 callersMethodhas_rvalue
src/ast/ast.h:1289
↓ 3 callersMethodlast_foreground_exit_code
src/env-shell.h:142
↓ 3 callersMethodlexp_list
src/ast/ast.h:1285
↓ 3 callersMethodrvalue_list
src/ast/ast.h:1287
↓ 3 callersMethodset_stop
src/interpreter/stmt-executor.cc:51
↓ 3 callersMethodshell_pid
src/env-shell.h:94
↓ 3 callersMethodstar
src/ast/ast.h:626
↓ 3 callersMethodstmt_list
src/ast/ast.h:661
↓ 3 callersMethodwhat
* @return the error description and the context as a text string. */
src/run_time_error.h:125
↓ 2 callersMethodAddModule
src/env-shell.cc:53
← previousnext →101–200 of 1,853, ranked by callers